home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Tools & Utilities
/
Collection of Tools and Utilities.iso
/
ada
/
gwuada_5.zip
/
adaed
/
spider
/
draw1.ada
next >
Wrap
Text File
|
1993-02-04
|
280b
|
34 lines
WITH Spider; Use Spider;
PROCEDURE Drawing1 IS
BEGIN
Reset;
Turn;
Turn;
Turn;
Red;
Step;
Step;
Turn;
Step;
Green;
Step;
Step;
Turn;
Step;
Turn;
Blue;
Step;
Step;
Turn;
Turn;
Turn;
Step;
Turn;
Turn;
Green;
Step;
Step;
Step;
Quit;
END Drawing1;